home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 November
/
Chip 11-96.iso
/
workshop
/
other
/
testlin
/
testlin.exe
/
rar
/
LINUX
/
BIN
/
DELTREE
< prev
next >
Wrap
Text File
|
1996-02-19
|
64b
|
4 lines
#!/bin/sh
echo Deleting subdir $1 and all files in it.
rm -r $1